Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed VO when typing a value #16647

Merged
merged 2 commits into from
Jun 6, 2024

Conversation

guidari
Copy link
Contributor

@guidari guidari commented Jun 3, 2024

Closes #14707

The VO was not reading the input if the valud was not present in the list box.

By removing the aria-owns and aria-controls only if the menu is open, the VO can read the input typed.
aria-owns is not being used in the downshift example either, so I guess it is not a problem to remove.

Changelog

Testing / Reviewing

  • Open ComboBox component with VO
  • Type something in the input and wait to read

@guidari guidari requested a review from a team as a code owner June 3, 2024 18:41
Copy link

netlify bot commented Jun 3, 2024

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 9afbfa6
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/6660176b3ed2700008c5020a
😎 Deploy Preview https://deploy-preview-16647--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jun 3, 2024

Deploy Preview for carbon-elements ready!

Name Link
🔨 Latest commit 9afbfa6
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/6660176b18baea00085c5572
😎 Deploy Preview https://deploy-preview-16647--carbon-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@Gururajj77 Gururajj77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good!

@guidari guidari added this pull request to the merge queue Jun 6, 2024
Merged via the queue into carbon-design-system:main with commit 16f0daf Jun 6, 2024
21 checks passed
@guidari guidari deleted the 14707-combobox branch June 6, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ally]: Combobox Default & with Layer - VO doesn't announce keyboard input
3 participants